GrapeCity ActiveReports for .NET 16.0J
BeginInvoke(Delegate,Object[]) メソッド

GrapeCity.ActiveReports.Design 名前空間 > Designer クラス > BeginInvoke メソッド : BeginInvoke(Delegate,Object[]) メソッド
A delegate to a method that takes parameters of the same number and type that are contained in the args parameter.
An array of objects to pass as arguments to the given method. This can be null 参照 (Visual Basicでは Nothing) if no arguments are needed.
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
シンタックス
'宣言
 
Public Overloads Function BeginInvoke( _
   ByVal method As Delegate, _
   ByVal ParamArray args() As Object _
) As IAsyncResult
public IAsyncResult BeginInvoke( 
   Delegate method,
   params object[] args
)

パラメータ

method
A delegate to a method that takes parameters of the same number and type that are contained in the args parameter.
args
An array of objects to pass as arguments to the given method. This can be null 参照 (Visual Basicでは Nothing) if no arguments are needed.

戻り値の型

例外
例外解説
No appropriate window handle can be found.
参照

Designer クラス
Designer メンバ
オーバーロード一覧